projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8f9cbf
)
(smerge-match-conflict): Fix last change.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 15 Apr 2004 20:46:54 +0000
(20:46 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 15 Apr 2004 20:46:54 +0000
(20:46 +0000)
lisp/smerge-mode.el
patch
|
blob
|
history
diff --git
a/lisp/smerge-mode.el
b/lisp/smerge-mode.el
index 8054782134341067b7ef936a684b7ff47db1da0e..8194a7d8e21d569a092e2b3e2be5cadc015b4581 100644
(file)
--- a/
lisp/smerge-mode.el
+++ b/
lisp/smerge-mode.el
@@
-479,7
+479,7
@@
An error is raised if not inside a conflict."
(cond
((save-excursion
(goto-char mine-start)
- (re-search-forward smerge-begin-re
nil end
))
+ (re-search-forward smerge-begin-re
end t
))
;; There's a nested conflict and we're after the the beginning
;; of the outer one but before the beginning of the inner one.
(error "There is a nested conflict"))